home *** CD-ROM | disk | FTP | other *** search
/ Mac OS 9 Serial Number Archive / SN Archive 2023.11.04.toast / LittleBlackBook / LittleBlackBook 1999.02 / LittleBlackBook 1999.02.rsrc / TEXT_136.txt < prev    next >
Encoding:
Text File  |  1999-02-25  |  10.6 KB  |  551 lines

  1. Little Black Book
  2. Serial Numbers
  3.  
  4.  
  5. compiled by Nighthawk
  6.  
  7. ************************************************************
  8. G
  9.  
  10. G3Strip
  11. v1.x.x
  12. Name: Nighthawk
  13. Code: PKVLGCJT
  14.  
  15. name: Macintosh
  16. code: NINCFJMT
  17. v1.3
  18. Name: MoonDark
  19. Code: WWYCSFBV
  20. -
  21. G3Throttle
  22. v1.2
  23. Name: MoonDark
  24. Code: YBFKDRPM
  25. Name: Server Surfer
  26. Code: NAUXGTLT
  27. -
  28. Gallery Effects
  29. v1.5.1
  30. 02-4009-200010087
  31. 56-1000-202888264
  32. -
  33. GalleyOops
  34. vAll
  35. 5260-2002-009000-10215
  36. -
  37. Game Cheater
  38. v2.0
  39. 5020000000176
  40. 5020123456787
  41. 5020234567891
  42. 5020345678970
  43. -
  44. Game Doctor
  45. v1.1
  46. 1000-9519
  47. v?
  48. 0000-9519
  49. -
  50. Game of the Winds
  51. v2.0e
  52. ‚ĆJust hit Register, then the Unlock button and enter a name
  53. -
  54. GateKeeper
  55. v1.3
  56. Hack to stop the annoying weekly "Your version of Gatekeeper is old" alert:
  57. (1) Open a COPY of the Gatekeeper system extension in ResEdit.
  58. (2) Open the INIT resource.
  59. (3) Open ID #1.
  60. (4) Search (Command-H) for offset 08EE. It should contain the code 6200.
  61. The entire line should look as follows:  0008E8   3380 B0AE FEDE 6200
  62. (5) Change the 6200 to 6000.
  63. (6) Save & Quit ResEdit.
  64. -
  65. Gear
  66. v3.3.1
  67. G26739E09
  68. v3.0
  69. G51541U99
  70. G51542U99
  71. G51543U99
  72. G51544U99
  73. G51545U99
  74. -
  75. Gearbox
  76. v1.5 [MacAddict]
  77.  First Name: MacAddict
  78.  Last Name: Hacker
  79.  Code: FTDR-VBTN-F9LQ-NNRU
  80. v1.5
  81. gbx-0000-rocks-0000000
  82. v1.0
  83. Name:    MaximumBob
  84. Org:       nop
  85. Number: 123456789udqry67891904
  86.  
  87.     Version: "1.0"    
  88. Xtra Note: I think it only cares about the 'udqry' and '1904' portions, the other 
  89. numbers can vary.  the serial has to be 22 characters long, and 'udqry' and '1904' 
  90. have to be in their respective positions.
  91. -
  92. Generic CAD
  93. v2.0b
  94. 72205-4725
  95. -
  96. Genetic Photo Optimizer
  97. v1.1.0
  98. 223200110000000143011167156014
  99. -
  100. German Assistant
  101. v1.0
  102. M4100441
  103. M4102046
  104. -
  105. GetMouse
  106. v1.2.0
  107. Name: MoonDark
  108. Registration Code: 22480020
  109. -
  110. GhostWriter
  111. v2.0J
  112. 2367-003267-33282
  113. -
  114. GIF Converter
  115. v2.4.1
  116. 62-37-77-f4-de-a8-8b-b2
  117. v2.2
  118. 162-37-77-f4-dde-a8-8b-b2
  119. 862-37-77-f4-dde-a8-8b-b2
  120. -
  121. GIFmation
  122. v2.0
  123. UFXYEDVCKRCR
  124. -
  125. Giza
  126. v2.x.x
  127. WK-07421 'Anonymous'
  128. WK-06300  Buck Rogers
  129. v1.0.3
  130. Name :Registered
  131. Reg# :WK-55610
  132. Name :John Doe
  133. Reg# :WK-6483
  134. Name :<---(3 <option>-spaces)
  135. Reg# :WK-52038
  136. 47RIOS3490 (letter O not zero)
  137.  
  138.     Version: "1.0.3"    
  139. First, I use TMON, not Macsbug (unless PPC cracking of course:).  TMON has many shortcuts 
  140. & can display multiple windows simultaneously.  There is no real "quick" way to do 
  141. it & every app seems to be different.  I notice many developers go through great 
  142. pains to encrypt, checksumize, etc... their s/ns - they fail to realize though that 
  143. no one really tries the old hacking method to derive s/ns (trying forced sequential 
  144. numbers/letters).  Most often I type in something like "11111111" and follow the 
  145. code.  Usually (not always), the first check is the length - whala - it wants 12 digits?  OK, 
  146. now I exit the app, re-enter it and type in "111111111111".  Next it may (or may 
  147. not) check for specific characters which need to be present.  This is where I usually 
  148. force the numbers in memory right before each comparison (now = "BW-1111-1111").  Now 
  149. what usually follows is some code used to stop "sequential" hackers by deriving a 
  150. checksum involving certain other characters in the s/n.  NO prob, I just try to find 
  151. the end and set a breakpoint (why not let the computer do all the work:) - lets see, now 
  152. it's comparing "XTYN" with characters 9 through 12.  The next step is to make sure 
  153. it's through.  Some apps use multiple checksums - they think they would keep people 
  154. like me from continuing, where it's just added fuel to the fire - I love a challenge:).  
  155. Well now we know it's through, so the number is "BW-1111-XTYN".  To generate more, 
  156. we simply keep our breakpoint set and follow the pattern, i.e., type "BW-nnnn-1111" 
  157. where "nnnn" is anything and "1111" is to be determined at the checksum.
  158. Sometimes it isn't as easy as stated above.  I've run into a few s/n routines which 
  159. I knew had to have been written by former hackers as they were involved and challenging. 
  160.  In these cases, I've gone as far as written qbasic programs on a pentium I have 
  161. next to me to derive specific checksums used during s/n validation (at least it's (pentium) 
  162. good for something:)
  163. -
  164. Glidel
  165. vAll
  166. Hold down Command+Control+Shift+Tab when you ask the Registration dialog 
  167. box
  168. -
  169. Glimmer
  170. v1.1
  171. Name    :Registered
  172. RegCode :4073724051
  173. Name    :John Doe
  174. RegCode :4207286158
  175. Name    :=-BOOK-WORM->
  176. RegCode :1159011725
  177. Name    :<Master Code> <---(anything can go here)
  178. RegCode :1159028700
  179.  
  180. This one had a serial number routine which was created to prevent "reversing".  It 
  181. was simple and short but effective (well kinda;).  It was simply:
  182. ((x mod 100) * x * (x mod 10000)) + (int(x/3) * x * int(x/7)) + $1234ABCD =
  183. $8048DEEC or $8E3CEB4D or $1B7EE7A8
  184. ...where "x" is the correct registration code
  185. When I first looked at it, I tried to solve for x but quickly realized following:
  186.   Algebra courses never taught us what to do with "mod" and "int" functions when simplifying 
  187. equations.
  188.   It's possible for numbers to exceed their storage size (4 bytes) and therefore get 
  189. truncated on the left during the equation.
  190. So, to create these, I had to use the "brute force" method.  Isn't it great to have 
  191. computers do the work for you?  Luckily there were only 4,294,967,295 posibilities;)
  192. -
  193. GlobalFax iMac/G3
  194. JFKMBGRJUVQMIYJ
  195. -
  196. Global Village TelePort Fax
  197. v1.0
  198. KZW3
  199. -
  200. Globetrotter
  201. v1.0.1
  202. A000001-05
  203. v1.0
  204. Application Serial Numbers:
  205. A000000-00
  206. A000001-05
  207. BKWM000-51
  208. US English        :ENG-330000
  209. Bokmal            :BOK-800000
  210. British English   :BRT-890000
  211. Catalan           :CTL-730000
  212. Dansk             :DAN-540000
  213. Deutsch           :DEU-170000
  214. Espanol           :ESP-850000
  215. Francais          :FRN-580000
  216. Francais Canadien :CFR-740000
  217. Italiano          :ITL-780000
  218. Nederlands        :NDL-020000
  219. Nynorsk           :NYN-240000
  220. Portugues         :PRT-510000
  221. Portugues Brasil  :BRS-820000
  222. Schweizerdeutsch  :SDE-030000
  223. Suomi             :SUO-180000
  224. Svensk            :SVN-210000
  225. -
  226. gNMR
  227. v3.6.5
  228. 095-365-0347
  229. -
  230. Gofer
  231. 504209
  232. -
  233. Gold Digger
  234. v1.0
  235. 3024849 'Doom'
  236. 5854738'Tad Woods'
  237. 6269400'Anonymous'
  238. -
  239. Golden Logres Pinball
  240. v?
  241. 5444GLM100008-J1
  242. v1.0.5
  243. E-mail address: Server Surfer
  244. Key-Code:       711906158349813465653046
  245. Key-Code:       711942173044813951622868
  246. Key-Code:       711472160245813954622914
  247. E-mail address: user@host.com
  248. Key-Code:       711707135245820962802890
  249. -
  250. GoLive
  251. v1.0.1
  252. 123B456Q7899
  253. 234M567T8906
  254. 345F678E9015
  255. 456Q789X0126
  256. 567T890O1239
  257. -
  258. GoLive CyberStudio
  259. v3.1.1
  260. DLE01RD7VKBJS7DT9G8JDWYM
  261. DLE01PS32BEMGEDC9KEKNAZR
  262. v3.1.x
  263. DLE01RD7VKBJS7DT9G8JDWYM
  264. v3.1
  265. DLE01RD7VKBJS7DT9G8JDWYM
  266. v3.0
  267. DLE4QVZ3GRW67GKP
  268. DLE4QVZ3YRW67GKP
  269. DLE4QVZ3GRW67GKO
  270. DLE4QVZ3YRW67GKO
  271. v3.0   (Preview)
  272. TRI4QVZUF8W67GKP
  273. v2.0.2J
  274. DLE4QWF3CRW6KC7P
  275. USP4QWF3CRVP3MHE
  276. v2.0.2
  277. DLE4QWF3CRYPGEKK
  278. v2.0.1
  279. DLE4QWF3CRW67ZPD
  280. v2.0
  281. DLE4QWF3CRW67ZPD
  282. DLE4QWF3CRW67HGN
  283. BTA4QWX7F8W67GJJ
  284. Key: DLE4QWF3CRW67HGN
  285. v1.1
  286. AAADAAADAAAAC
  287. AAADAABEAAAAD
  288. AAADAACFAAAAE
  289. AAADAAADAAABD
  290. AAADAAADAAACE
  291. AAADAAADAAADF
  292. v1.0
  293. You can use any name & company.
  294. Serial #:  123G567U1234L
  295.  
  296.     Version: "1.1"    
  297. The *keycode* for v1.1 is "EQVWZJXNMRZRD" The problem is that if you 
  298. upgrade from v1.0 or v1.0.1 from the website, GoLive sends you a "custom" 
  299. key code. Therefore, you can use any of the sn's from C&N but unless you 
  300. have a *working key code* it won't even let you load the s/w!!
  301. -
  302. GoLive CyberStudio Professional Edition
  303. v3.0   
  304. mr_182495
  305. cmr_182495
  306. Activation key: TR14QVZUF8W67GKP
  307. -
  308. GoLive Pro
  309. v1.1
  310. Key No. 375J854G3766
  311. Key No. 378W857X5951 
  312. -
  313. GoMac
  314. v2.0
  315. C123N4567837796891
  316. C777N7777769485055
  317. C999N9999960506025
  318. v1.6 
  319. 12301234-345672
  320. v1.5.x
  321. 12301678-901244
  322. 12312345-123451
  323. 12312345-678983
  324. 12301234-345672
  325. v1.4.4
  326. 12301234-345672 
  327. v1.4.2
  328. 12301234-345672
  329. 12301678-901244
  330. 12312345-123451
  331. 12312345-678983
  332. v1.1
  333. 12301234-345672
  334. 12301678-901244
  335. 12312345-123451
  336. 12312345-678983
  337. v1.0
  338. Name: LeetCheeZ
  339. Company: SPC
  340. SN: 123365789112360
  341. (good for 9075 copies)
  342. 000313370000000
  343. -
  344. Goodman & Gilman¬¥s
  345. GG-73873
  346. -
  347. Gopher Golf
  348. v3.0.7
  349. MP-07757 'Anonymous'
  350. v3.x.x
  351. Name: MMC Mekka
  352. SN:   MP-35430
  353. v3.0.6
  354. MP-6700 Buck Rogers
  355. v3.0.4
  356. MP-7757 Anonymous
  357. v2.0
  358. MP-7757 Anonymous
  359. -
  360. GPSy
  361. v3.0a16
  362. License Key:1234567b290
  363. v2.x
  364. Serial Number: 00000
  365. License Key  : 200000-d795
  366. v2.5.1
  367. 276242-f596
  368. 211822-f49c
  369. 255455-8794
  370. 250337-a497
  371. 253418-559d
  372. -
  373. GraceLAN
  374. v2.0
  375. 359006812187
  376. 014125527017
  377. v1.1.1
  378. 359006812187
  379. -
  380. GraceLAN Update Manager
  381. v5.5
  382. 794800000000
  383. v1.1
  384. 794800000437
  385. -
  386. Gradekeeper
  387. v4.8
  388. Name: MoonDark/NOP
  389. Registration Code: 540736
  390. v4.6
  391. Name: MoonDark
  392. Registration Code: 632025
  393. v4.3
  394. Name/School                    Registration Code
  395. *LeetCheeZ                        734449
  396. SPC                              577188
  397. *Anonymous                        414673
  398. *You                              624777
  399. *Everyone                         714025
  400. *Trial Copy                       320273
  401.  
  402.     Version: "4.6"    
  403. Any old SN contained in C&N and The Informant will not work, the lame author blacklisted
  404.  by name:
  405.  
  406. ‚Ä¢You‚Ä¢SPC‚Ä¢Everyone‚Ä¢Anonymous‚Ä¢Leet CheeZ‚Ä¢Trial Copy‚Ä¢The Informant
  407. -
  408. Grag & Thog Bonkheads
  409. v1.0.2
  410. 000-220-666-456
  411. -
  412. GrainWave
  413. v2.0.4
  414. Registration Code: 21336737
  415. -
  416. Grammarian 
  417. v1.0
  418. GM1-010-010-913-725
  419. -
  420. Gramotki
  421. v1.5.4
  422. Serial Number: 170177
  423. master access
  424. v1.5.3
  425. 170177
  426. v1.5.x
  427. 3650004
  428. 9928238
  429. -
  430. GraphicConverter
  431. v3.5J
  432. GCJ3500101001000
  433. v3.4
  434. Nighthawk   G33368732
  435.  
  436. Thorsten Lemke   G81078140
  437. v3.3.1
  438. (These should work with no problems)
  439. G22684517 HackUser
  440. G90624311 HackUser
  441. v3.2.1
  442. G85336230   Registered User     
  443. v3.0
  444. G23331909   Zeus
  445. v2.9.x
  446. G22684517   HackUser 
  447. v2.8
  448. Name: Zeus
  449. Serial: G23331909
  450. v2.7
  451. Serial Number  / (Name ) 
  452. G43455422    '<Sharing Owner Name>' (The Name that is in your Sharing Setup Control Panel)
  453. G53841352    '<Sharing Machine Name>' (The name of the machine that is in your Sharing 
  454. Setup Control Panel)
  455. v2.x.x
  456. G13375221    ANONYMOUS
  457. G69466831    Anonymous
  458. G99222619    Doom
  459. G95402852    'Reverse Engineering'
  460. G11303318    'No One'
  461. G45525619    'Everyone'
  462. G58053226    'Beta Testers'
  463. G35813218    'Mac Users'
  464. G65086124    'Unregistered'
  465. G88642612    'MacUser'
  466. G93655715    'MacWorld'
  467. G73537322    'MacWEEK'
  468. G61503618    'MacTech'
  469. G05424323    'Copland'
  470. G39466218    'Gershwin'
  471. G50795329    'Microsoft'
  472. G19616721    'Bill Gates'
  473. G21414625    'The Devil'
  474. G96966646    'Rupert Murdoch'
  475. G50625533    'The Shadows'
  476. -
  477. GraphicEdges/Typo
  478. v3.0
  479. BCE-100-100-093-000001
  480. -
  481. Graphite
  482. v1.0.4
  483. Serial Number: 128551192793 
  484. v1.0.x
  485. 746640008454
  486. -
  487. GraphMaster
  488. v5.5
  489. US100000598
  490. v1.1
  491. US100000598
  492. -
  493. Graphsoft Blueprint
  494. v5.0.2
  495. 2500-26951884
  496. 2500-00009062
  497. 2500-00019822
  498. 2500-00029682
  499. 2500-BKWM5642
  500. -
  501. Grapple
  502. v1.x
  503. name: Macintosh
  504. code: 48018106
  505. Name: KK
  506. Code: 188961522
  507. v1.2
  508. Name: Maximum Bob
  509. Serial: 2019877762
  510. -
  511. GreatPlains Accounting
  512. v7.2
  513. S/N#:   13=0613214797
  514. RegKey: 5945261362
  515. v?.?
  516. User: MANAGER
  517. PW:   ACCESS
  518. -
  519. GREEN
  520. v1.0J
  521. 110701884
  522. -
  523. Gridz
  524. vCD
  525. BTK8C2HM
  526. -
  527. GrooveMaker
  528. v1.1
  529. GVM11-84JP15LR-16307
  530. -
  531. Guaranteed Undelete 
  532. v2.0
  533. 211204515  211252619
  534. -
  535. Guitar Tuner
  536. v2.6
  537. Name: MoonDark
  538. Registration Code: GTLkl
  539. -
  540. gURLfriend
  541. v2.2
  542. Name: MonDark
  543. Code: 115363
  544. v2.x
  545. name: Macintosh
  546. code: 124120
  547. -
  548. Guy Friday
  549. v1.2.2
  550. Buck Rogers  GBXX
  551.